Mercurial mirror: abort: No such file or directory: http://[...]/00manifest.i

Posted by Sridhar Ratnakumar on Super User See other posts from Super User or by Sridhar Ratnakumar
Published on 2010-05-04T19:18:05Z Indexed on 2012/03/30 17:34 UTC
Read the original article Hit count: 268

Filed under:
|
|
|
|

I am trying to setup a daily mirror of a mercurial repository - code.python.org in particular - within our local network, and serve that via Apache HTTPD.

On the remote host that hosts apache, I did this:

$ cd /var/www
$ hg clone http://code.python.org/hg/trunk/

On my macbook, I ran:

$ hg -v clone http://remote/trunk/
(falling back to static-http)
abort: No such file or directory: http://remote/trunk/.hg/store/00manifest.i

Google does not show any relevant result for this particular error. I remember back in those days being able to setup Bazaar mirrors by a simple clone. Doesn't Mercurial work like that? How do I setup a mirror that must further act like a clone URL?

© Super User or respective owner

Related posts about apache

Related posts about http